@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&family=Monoton&display=swap');
/* 
font-family: 'Baloo Bhaijaan 2', cursive;
font-family: 'Monoton', cursive;
 */
*{
    font-family:'Baloo Bhaijaan 2', cursive ;
}
.s1 input{
    width: 70px;
    padding: 4px;
    margin: 5px 3px;
    background: rgb(212, 212, 212);
    border: 1.5px solid rgb(14, 172, 0);
    border-radius: 5px;

   
    
      
    
}
#inp12{
    width: 100px;
}
.linefr{
    width: 70px;
    height: 2px;
    background-color: black;
}
.part1{
    display: flex;
    flex-direction: column;
    margin: 5px;
    align-items: center;

}

.fr_head{
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.first_cal{
    display: flex;
    align-items: center;
    margin: 10px 5px;
    border: 2px solid black;
    border-radius: 10px;
    /* justify-content: center; */
   
   
}
.frac_container{
    display: grid;
    grid-template-columns: 2fr  3fr;
}

/* button */
.solve_btn{
    color: green;
    padding: 0px 4px;
    margin: 3px 5px;
    border: 1px solid rgb(1, 168, 1);
    border-radius: 9px;
}

.solve_btn:hover{
    background: rgb(9, 255, 0);
    color: black;
    
}

.clear_btn{
    color: red;
    padding: 0px 4px;
    margin: 3px  3px;
    border: 1px solid red;
    border-radius: 9px;
}
.clear_btn:hover{
    background: 
    red;
    color: white;
}

/* other imp box */

.other_imp{
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_item{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    padding: 5px;
    /* border: 2px solid black; */
    border-radius: 10px;
    width: 50%;
    background-color: rgb(255, 246, 234);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.main_item2{
    /* display: flex;
    align-items: center;
    /* justify-content: center; */
    /* flex-direction: column; */ 
    border: 2px solid blueviolet;
    padding: 5px;
    margin: 10px 5px;
    display: none;
   
}

.item_fr{
    list-style: none;
    text-align: center;
}
.item_fr a{
    text-decoration:none;
}
.item_fr a:hover{
    text-decoration: underline;
    color:orangered;
}